projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c15ce82
)
(sigblock, SIG_BLOCK): Don't define them if POSIX_SIGNALS.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 2 Aug 1995 18:39:47 +0000
(18:39 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 2 Aug 1995 18:39:47 +0000
(18:39 +0000)
src/s/isc4-0.h
patch
|
blob
|
history
diff --git
a/src/s/isc4-0.h
b/src/s/isc4-0.h
index a52e0d821ef61c305a536b700de0f11ece6bd969..379772abbef4bd8b1a828171054ec0823e96b12d 100644
(file)
--- a/
src/s/isc4-0.h
+++ b/
src/s/isc4-0.h
@@
-19,9
+19,11
@@
/* Tobias Herbert <herbert@clipper.ikp.physik.th-darmstadt.de>
says this is needed. */
+#ifndef POSIX_SIGNALS
#ifndef sigblock
#ifndef SIG_BLOCK
#define SIG_BLOCK 0
#endif
#define sigblock(sig) (sigprocmask (SIG_BLOCK, SIGEMPTYMASK | sig, NULL))
#endif
+#endif /* not POSIX_SIGNALS */